-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add website to DESCRIPTION #33
Conversation
Signed-off-by: olivroy <[email protected]>
Signed-off-by: olivroy <[email protected]>
Signed-off-by: olivroy <[email protected]>
Signed-off-by: olivroy <[email protected]>
WalkthroughThe Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 1
Configuration used: CodeRabbit UI
Files ignored due to path filters (1)
man/figures/logo.png
is excluded by:!**/*.png
Files selected for processing (3)
- DESCRIPTION (1 hunks)
- README.Rmd (2 hunks)
- README.md (2 hunks)
Additional comments: 3
DESCRIPTION (1)
- 38-38: The addition of the official website URL to the
DESCRIPTION
file is correct and follows standard practices for R packages.README.Rmd (1)
- 20-26: > Note: This review was outside the patches, so it was mapped to the patch with the greatest overlap. Original lines [23-36]
The badges section has been correctly added to the
README.Rmd
file, providing quick access to the package status and community engagement.README.md (1)
- 1-9: > Note: This review was outside the patches, so it was mapped to the patch with the greatest overlap. Original lines [6-19]
The badge section has been successfully added to the
README.md
file, enhancing the documentation with visual indicators of the package's status.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: olivroy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
=======================================
Coverage 99.90% 99.90%
=======================================
Files 25 25
Lines 8410 8410
=======================================
Hits 8402 8402
Misses 8 8 ☔ View full report in Codecov by Sentry. |
Apply Sweep Rules to your PR?
This is an automated message generated by Sweep AI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update!
Also rename logo, so that pkgdown recognizes it.
I noticed you have this in
.Rbuildignore
, you can#' @noRd
to prevent the generation of these internal documentation files instead. This may be more robust in case anything changesSummary by CodeRabbit